←Select platform

IccUnknownTagType Constructor(int,byte[])

Summary

Initializes a new IccUnknownTagType with explicit parameters.

Syntax

C#
VB
C++
public IccUnknownTagType( 
   int signature, 
   byte[] data 
) 
  
Public Function New( _ 
   ByVal signature As Integer, _ 
   ByVal data() As Byte _ 
) 
public: 
IccUnknownTagType(  
   int signature, 
   array<byte>^ data 
) 

Parameters

signature
Value that represents the tag's type signature.

data
Array that contains the tag's data.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ColorConversion Assembly